GLUTSOLIDTETRAHEDRON(3) | Library Functions Manual (local) | GLUTSOLIDTETRAHEDRON(3) |
NAME¶
glutSolidTetrahedron
—
Draw a solid tetrahedron.
LIBRARY¶
OpenGLUT - geometry
SYNOPSIS¶
#include
<openglut.h>
void
glutSolidTetrahedron
(void);
DESCRIPTION¶
This function draws a regular, solid 4-sided polyhedron centered at the origin. The distance from the origin to the vertices is 1.
TODO¶
See todo-list on glutWireTetrahedron().